home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / x / xview / xview3.004 / xview3 / usr / openwin / include / pixrect / pixrect_hs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-30  |  915 b   |  49 lines

  1. /*    @(#)pixrect_hs.h 1.23 90/04/23 SMI    */
  2.  
  3. /*
  4.  * Copyright 1986, 1987 by Sun Microsystems, Inc.
  5.  */
  6.  
  7. /*
  8.  * Include this header file to get all pixrect related header files.
  9.  */
  10.  
  11. #ifndef    pixrect_hs_DEFINED
  12. #define    pixrect_hs_DEFINED
  13.  
  14. #include <sys/types.h>
  15. #include <pixrect/pixrect.h>
  16.  
  17. #ifndef NEWPIXMEM
  18. #include <pixrect/pr_dblbuf.h>
  19. #include <pixrect/pr_line.h>
  20. #include <pixrect/pr_planegroups.h>
  21. #endif NEWPIXMEM
  22.  
  23. #include <pixrect/pr_util.h>
  24.  
  25. #ifndef NEWPIXMEM
  26. #include <pixrect/traprop.h>
  27.  
  28. #include <pixrect/bw2var.h>
  29. #include <pixrect/cg2var.h>
  30. #include <pixrect/gp1var.h>
  31. #include <pixrect/cg4var.h>
  32. #include <pixrect/cg8var.h>
  33. #include <pixrect/cg9var.h>
  34. #include <pixrect/cg12_var.h>
  35. #endif NEWPIXMEM
  36.  
  37. #include <pixrect/memvar.h>
  38.  
  39. #ifndef NEWPIXMEM
  40. #include <pixrect/mem32_var.h>
  41.  
  42. #include <pixrect/pixfont.h>
  43. #endif NEWPIXMEM
  44.  
  45. #include <rasterfile.h>
  46. #include <pixrect/pr_io.h>
  47.  
  48. #endif    pixrect_hs_DEFINED
  49.